php7-pecl-libevent: update to latest commit
authorMichael Heimpold <[email protected]>
Fri, 20 Apr 2018 20:18:25 +0000 (22:18 +0200)
committerMichael Heimpold <[email protected]>
Fri, 20 Apr 2018 20:18:29 +0000 (22:18 +0200)
This includes several minor bugfixes.

Signed-off-by: Michael Heimpold <[email protected]>
lang/php7-pecl-libevent/Makefile

index 1b34f6687ce094b785e32d088916eff2e9b856c5..c57bddad2bfa1274aad20d8b4a4962fe49b686ef 100644 (file)
@@ -9,15 +9,15 @@ PECL_NAME:=libevent
 PECL_LONGNAME:=Libevent - event notification
 
 PKG_NAME:=php7-pecl-$(PECL_NAME)
-PKG_VERSION=2016-08-30-$(PKG_SOURCE_VERSION)
+PKG_VERSION=2017-03-24-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/expressif/pecl-event-libevent.git
-PKG_SOURCE_VERSION:=9e72744ce6224beafc7b54ce2a3a990f1c552a5a
+PKG_SOURCE_VERSION:=5a726cee95ef9760fe81a60e595e87655f324594
 PKG_SOURCE_SUBDIR:=$(PECL_NAME)-$(PKG_SOURCE_VERSION)
 PKG_SOURCE:=$(PECL_NAME)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_HASH:=b81f02ef7f990f4ce3f859e22a85b7430188fc6f1395cd8fba82ef237ba62d8b
+PKG_MIRROR_HASH:=8d6ef4e5f496cfe6aa927d4a8c886041c1aec04220f1a3670c084faa2cc01fe1
 
 PKG_MAINTAINER:=Michael Heimpold <[email protected]>